# Core dependencies
pydhis2>=0.1.0

# Data analysis
pandas>=1.5.0
numpy>=1.20.0

{% if cookiecutter.use_notebooks == "yes" -%}
# Jupyter notebooks
jupyter>=1.0.0
jupyterlab>=3.0.0
matplotlib>=3.5.0
seaborn>=0.11.0
plotly>=5.0.0
{%- endif %}

# Configuration management
python-dotenv>=0.19.0
